Filter syntax changed

Hey guys,
(using 9.3.0.6 here)
has anybody noticed that the syntax for filter expressions in the filter GUI has changed?

Example: filtering for any string or text attribute that contains the string "car"

before (v??), first form case insensitive, second form case sensitive:

CONTAINS 'car'
Contains 'car'

 


now (v9.3.0.6), first form case insensitive, second form case sensitive:

 

 

Contains 'car'
Contains 'car' (case sensitive)



There are more differences.
But, does anybody know with which version or fixpack the new syntax was introduced?

just curious
Karl



 


kabr - Thu Mar 14 08:08:28 EDT 2013

Re: Filter syntax changed
SystemAdmin - Thu Mar 14 13:58:45 EDT 2013

These filter syntax changes were made in DOORS 9.2 see https://www.ibm.com/developerworks/forums/message.jspa?messageID=14437336#14437336 for more discussion

  • Pekka Mäkinen - http://www.softqa.eu/

Re: Filter syntax changed
kabr - Fri Mar 15 05:55:19 EDT 2013

SystemAdmin - Thu Mar 14 13:58:45 EDT 2013
These filter syntax changes were made in DOORS 9.2 see https://www.ibm.com/developerworks/forums/message.jspa?messageID=14437336#14437336 for more discussion

  • Pekka Mäkinen - http://www.softqa.eu/

Thanks a lot, Pekka.

I wonder why I missed that.

Karl